home *** CD-ROM | disk | FTP | other *** search
/ 130 MIDI Tool Box / 130 MIDI Tool Box.iso / msa / msa.doc next >
Text File  |  1988-04-25  |  3KB  |  133 lines

  1.  
  2.  
  3.  
  4. MIDI Stream Analyzer 1.0                      April 26, 1988
  5.  
  6.  
  7.        
  8.                                            
  9.                                            
  10.                                            
  11.                                MIDI Stream Analyzer 1.0
  12.                                            
  13.                                   copyright 1988 by
  14.                                  Lewis A.  Etheridge
  15.                                            
  16.                                  GEnie : LAETHERIDGE
  17.                                    CIS : 72376,120
  18.        
  19.        
  20.        MIDI Stream Analyzer (MSA) is an MPU-401 utility that will "decipher"
  21.        what is coming into your computer's MIDI port.  Instead of those
  22.        programs that simply fill your screen with raw hex dumps, MSA will
  23.        translate the incoming data into readable MIDI commands.
  24.        
  25.        Simply type MSA <ENTER> at your DOS prompt to start the program.  Hit
  26.        any key after the welcome screen appears, and you will be presented with
  27.        a blank screen (except for the title bar across the top).  At this
  28.        point, any incoming MIDI data will be translated and displayed on the
  29.        screen.  Hitting any key will exit the program.
  30.        
  31.        This is version 1.0, but I have yet to find any bugs in this first
  32.        release version.  MSA can translate the following MIDI commands:
  33.        
  34.             Note On
  35.             Note Off
  36.             Poly Pressure
  37.             Program Change
  38.             Channel Pressure
  39.             Pitch Bend
  40.             System Exclusive Dumps (Begin/End)
  41.             Controllers:
  42.                  Mod Wheel
  43.                  Breath Controller
  44.                  Foot Pedal
  45.                  Porta Time
  46.                  Data Entry
  47.                  Volume
  48.                  Controller Release
  49.                  Parameter Number
  50.                  Pan Position
  51.                  Damper Pedal
  52.                  Porta Pedal
  53.                  Sostenuto Pedal
  54.                  Soft Pedal
  55.                  Second Pedal Release
  56.        
  57.        Your synthesizers may or may not support all of these commands.
  58.        
  59.        Each 'translation' will supply the relevant data bytes that go with each
  60.        command.  For instance, if MSA receives a Note On command, it will
  61.  
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70. MIDI Stream Analyzer 1.0                      April 26, 1988
  71.  
  72.  
  73.        display the note number and the on-velocity.  System Exclusive dumps are
  74.        still a little messy.  MSA will display the System Exclusive message,
  75.        followed by the entire dump in hex, and ending with a End of System
  76.        Exclusive message.
  77.        
  78.        I have placed MSA into the public domain.  However, this is a
  79.        copyrighted  program.  Do not attempt to modify, hack, patch,
  80.        disassemble, decompile,  or otherwise alter this program.  Feel free to
  81.        distribute original copies of this program with this documentation
  82.        intact.
  83.        
  84.        If you have any comments about MSA or any suggestions for it's
  85.        improvement, please contact me at the above electronic service
  86.        addresses.
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104.  
  105.  
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120.  
  121.  
  122.  
  123.  
  124.  
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131.  
  132.  
  133.